home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 23 web forms and controls / firstwebforms / startform.aspx.vb < prev    next >
Encoding:
Text File  |  2001-12-31  |  1.3 KB  |  32 lines

  1. Public Class StartForm
  2.     Inherits System.Web.UI.Page
  3.     Protected WithEvents Literal1 As System.Web.UI.WebControls.Literal
  4.     Protected WithEvents HyperLink1 As System.Web.UI.WebControls.HyperLink
  5.     Protected WithEvents HyperLink4 As System.Web.UI.WebControls.HyperLink
  6.     Protected WithEvents HyperLink5 As System.Web.UI.WebControls.HyperLink
  7.     Protected WithEvents HyperLink6 As System.Web.UI.WebControls.HyperLink
  8.     Protected WithEvents HyperLink7 As System.Web.UI.WebControls.HyperLink
  9.     Protected WithEvents HyperLink3 As System.Web.UI.WebControls.HyperLink
  10.     Protected WithEvents HyperLink2 As System.Web.UI.WebControls.HyperLink
  11.  
  12. #Region " Web Form Designer Generated Code "
  13.  
  14.     'This call is required by the Web Form Designer.
  15.     <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
  16.  
  17.     End Sub
  18.  
  19.     Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init
  20.         'CODEGEN: This method call is required by the Web Form Designer
  21.         'Do not modify it using the code editor.
  22.         InitializeComponent()
  23.     End Sub
  24.  
  25. #End Region
  26.  
  27.     Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  28.         'Put user code to initialize the page here
  29.     End Sub
  30.  
  31. End Class
  32.